﻿2026-07-26T22:34:16.0900568Z ##[group]Run set -euo pipefail
2026-07-26T22:34:16.0900888Z [36;1mset -euo pipefail[0m
2026-07-26T22:34:16.0901103Z [36;1mPIN=0c95435[0m
2026-07-26T22:34:16.0901317Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-26T22:34:16.0901564Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-26T22:34:16.0901898Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-26T22:34:16.0902307Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-26T22:34:16.0902727Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-26T22:34:16.0903076Z [36;1m  rm -rf "$CACHE"[0m
2026-07-26T22:34:16.0903328Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-26T22:34:16.0903599Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-26T22:34:16.0903922Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-26T22:34:16.0904258Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-26T22:34:16.0904554Z [36;1mfi[0m
2026-07-26T22:34:16.0904835Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-26T22:34:16.0917873Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-26T22:34:16.0918197Z env:
2026-07-26T22:34:16.0918407Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T22:34:16.0918635Z ##[endgroup]
2026-07-26T22:34:16.4033584Z    Compiling proc-macro2 v1.0.106
2026-07-26T22:34:16.4034162Z    Compiling quote v1.0.45
2026-07-26T22:34:16.4034582Z    Compiling unicode-ident v1.0.24
2026-07-26T22:34:16.4035091Z    Compiling libc v0.2.186
2026-07-26T22:34:16.4035570Z    Compiling serde_core v1.0.228
2026-07-26T22:34:16.4035957Z    Compiling cfg-if v1.0.4
2026-07-26T22:34:16.4036215Z    Compiling serde v1.0.228
2026-07-26T22:34:16.4092117Z    Compiling log v0.4.32
2026-07-26T22:34:16.4125114Z    Compiling pin-project-lite v0.2.17
2026-07-26T22:34:16.4191281Z    Compiling portable-atomic v1.13.1
2026-07-26T22:34:16.4237881Z    Compiling typenum v1.20.1
2026-07-26T22:34:16.4287410Z    Compiling version_check v0.9.5
2026-07-26T22:34:16.4289318Z    Compiling memchr v2.8.1
2026-07-26T22:34:16.4290243Z    Compiling shlex v2.0.1
2026-07-26T22:34:16.4427033Z    Compiling critical-section v1.2.0
2026-07-26T22:34:16.4742295Z    Compiling find-msvc-tools v0.1.9
2026-07-26T22:34:16.4981172Z    Compiling futures-core v0.3.32
2026-07-26T22:34:16.5412466Z    Compiling bytes v1.11.1
2026-07-26T22:34:16.5751926Z    Compiling subtle v2.6.1
2026-07-26T22:34:16.6400427Z    Compiling smallvec v1.15.1
2026-07-26T22:34:16.6413147Z    Compiling equivalent v1.0.2
2026-07-26T22:34:16.6595390Z    Compiling itoa v1.0.18
2026-07-26T22:34:16.7298216Z    Compiling semver v1.0.28
2026-07-26T22:34:16.7467600Z    Compiling stable_deref_trait v1.2.1
2026-07-26T22:34:16.7646979Z    Compiling futures-sink v0.3.32
2026-07-26T22:34:16.7980304Z    Compiling slab v0.4.12
2026-07-26T22:34:16.8132451Z    Compiling futures-io v0.3.32
2026-07-26T22:34:16.8432370Z    Compiling futures-channel v0.3.32
2026-07-26T22:34:16.8652679Z    Compiling futures-task v0.3.32
2026-07-26T22:34:16.8791877Z    Compiling rand_core v0.10.1
2026-07-26T22:34:16.9050063Z    Compiling generic-array v0.14.7
2026-07-26T22:34:16.9550624Z    Compiling bitflags v2.12.1
2026-07-26T22:34:16.9974239Z    Compiling hashbrown v0.17.1
2026-07-26T22:34:17.0050107Z    Compiling rustversion v1.0.22
2026-07-26T22:34:17.0052440Z    Compiling getrandom v0.4.2
2026-07-26T22:34:17.0380901Z    Compiling cpufeatures v0.2.17
2026-07-26T22:34:17.0480496Z    Compiling rustc_version v0.4.1
2026-07-26T22:34:17.1210861Z    Compiling fnv v1.0.7
2026-07-26T22:34:17.1280772Z    Compiling cfg_aliases v0.2.1
2026-07-26T22:34:17.1385549Z    Compiling strsim v0.11.1
2026-07-26T22:34:17.1851057Z    Compiling litemap v0.8.2
2026-07-26T22:34:17.1911125Z    Compiling writeable v0.6.3
2026-07-26T22:34:17.2080975Z    Compiling fs_extra v1.3.0
2026-07-26T22:34:17.2640261Z    Compiling dunce v1.0.5
2026-07-26T22:34:17.3010556Z    Compiling utf8_iter v1.0.4
2026-07-26T22:34:17.3550745Z    Compiling icu_properties_data v2.2.0
2026-07-26T22:34:17.4330566Z    Compiling ident_case v1.0.1
2026-07-26T22:34:17.4408393Z    Compiling icu_normalizer_data v2.2.0
2026-07-26T22:34:17.5030918Z    Compiling autocfg v1.5.1
2026-07-26T22:34:17.5140691Z    Compiling percent-encoding v2.3.2
2026-07-26T22:34:17.5467192Z    Compiling http v1.4.1
2026-07-26T22:34:17.5881199Z    Compiling aws-lc-rs v1.17.0
2026-07-26T22:34:17.6400919Z    Compiling cpufeatures v0.3.0
2026-07-26T22:34:17.7030852Z    Compiling unicode-segmentation v1.13.3
2026-07-26T22:34:17.7400619Z    Compiling thiserror v2.0.18
2026-07-26T22:34:17.7550952Z    Compiling scopeguard v1.2.0
2026-07-26T22:34:17.7680889Z    Compiling chacha20 v0.10.0
2026-07-26T22:34:17.8350959Z    Compiling syn v2.0.117
2026-07-26T22:34:17.8430451Z    Compiling indexmap v2.14.0
2026-07-26T22:34:17.8672480Z    Compiling lock_api v0.4.14
2026-07-26T22:34:17.8890979Z    Compiling form_urlencoded v1.2.2
2026-07-26T22:34:17.9122371Z    Compiling untrusted v0.9.0
2026-07-26T22:34:17.9450539Z    Compiling rustls v0.23.40
2026-07-26T22:34:17.9620295Z    Compiling heck v0.5.0
2026-07-26T22:34:18.0050427Z    Compiling anyhow v1.0.102
2026-07-26T22:34:18.1021577Z    Compiling atomic-waker v1.1.2
2026-07-26T22:34:18.1120448Z    Compiling unicode-xid v0.2.6
2026-07-26T22:34:18.1520379Z    Compiling convert_case v0.10.0
2026-07-26T22:34:18.1690924Z    Compiling const-oid v0.10.2
2026-07-26T22:34:18.1941762Z    Compiling httparse v1.10.1
2026-07-26T22:34:18.2075971Z    Compiling paste v1.0.15
2026-07-26T22:34:18.2099158Z    Compiling zerocopy v0.8.50
2026-07-26T22:34:18.2216720Z    Compiling parking_lot_core v0.9.12
2026-07-26T22:34:18.2348734Z    Compiling num-traits v0.2.19
2026-07-26T22:34:18.2623748Z    Compiling hybrid-array v0.4.12
2026-07-26T22:34:18.4189861Z    Compiling curve25519-dalek v4.1.3
2026-07-26T22:34:18.4290666Z    Compiling ahash v0.8.12
2026-07-26T22:34:18.4500849Z    Compiling jobserver v0.1.34
2026-07-26T22:34:18.4634474Z    Compiling crypto-common v0.1.7
2026-07-26T22:34:18.4672037Z    Compiling block-buffer v0.10.4
2026-07-26T22:34:18.5200628Z    Compiling either v1.16.0
2026-07-26T22:34:18.5480289Z    Compiling base64ct v1.8.3
2026-07-26T22:34:18.5610705Z    Compiling powerfmt v0.2.0
2026-07-26T22:34:18.5920980Z    Compiling fastrand v2.4.1
2026-07-26T22:34:18.6260585Z    Compiling digest v0.10.7
2026-07-26T22:34:18.6739315Z    Compiling http-body v1.0.1
2026-07-26T22:34:18.7490269Z    Compiling cc v1.2.63
2026-07-26T22:34:18.7730488Z    Compiling deranged v0.5.8
2026-07-26T22:34:18.8700593Z    Compiling pem-rfc7468 v1.0.0
2026-07-26T22:34:18.8998815Z    Compiling zmij v1.0.21
2026-07-26T22:34:18.9329826Z    Compiling base64 v0.22.1
2026-07-26T22:34:18.9339501Z    Compiling try-lock v0.2.5
2026-07-26T22:34:19.0058604Z    Compiling num-conv v0.2.2
2026-07-26T22:34:19.0220764Z    Compiling data-encoding v2.11.0
2026-07-26T22:34:19.0820984Z    Compiling pkg-config v0.3.33
2026-07-26T22:34:19.0920657Z    Compiling tower-service v0.3.3
2026-07-26T22:34:19.1630026Z    Compiling mio v1.2.1
2026-07-26T22:34:19.1811027Z    Compiling socket2 v0.6.4
2026-07-26T22:34:19.2350974Z    Compiling getrandom v0.2.17
2026-07-26T22:34:19.3436070Z    Compiling time-core v0.1.8
2026-07-26T22:34:19.3810457Z    Compiling rand_core v0.6.4
2026-07-26T22:34:19.4430194Z    Compiling tinyvec_macros v0.1.1
2026-07-26T22:34:19.4548730Z    Compiling vcpkg v0.2.15
2026-07-26T22:34:19.4965494Z    Compiling rand v0.10.1
2026-07-26T22:34:19.5221213Z    Compiling uuid v1.23.2
2026-07-26T22:34:19.5471149Z    Compiling parking_lot v0.12.5
2026-07-26T22:34:19.5570398Z    Compiling tinyvec v1.11.0
2026-07-26T22:34:19.5750132Z    Compiling block-buffer v0.12.0
2026-07-26T22:34:19.6321725Z    Compiling crypto-common v0.2.2
2026-07-26T22:34:19.8470772Z    Compiling want v0.3.1
2026-07-26T22:34:19.8840462Z    Compiling sha2 v0.10.9
2026-07-26T22:34:20.0070539Z    Compiling cmake v0.1.58
2026-07-26T22:34:20.0450770Z    Compiling inout v0.1.4
2026-07-26T22:34:20.0886516Z    Compiling vergen-lib v9.1.0
2026-07-26T22:34:20.1840777Z    Compiling n0-future v0.3.2
2026-07-26T22:34:20.1921170Z    Compiling httpdate v1.0.3
2026-07-26T22:34:20.1953752Z    Compiling diatomic-waker v0.2.3
2026-07-26T22:34:20.2329890Z    Compiling cordyceps v0.3.4
2026-07-26T22:34:20.2521020Z    Compiling serde_json v1.0.150
2026-07-26T22:34:20.3320582Z    Compiling parking v2.2.1
2026-07-26T22:34:20.3580960Z    Compiling winnow v1.0.3
2026-07-26T22:34:20.3992790Z    Compiling signature v2.2.0
2026-07-26T22:34:20.4265159Z    Compiling crossbeam-utils v0.8.21
2026-07-26T22:34:20.4390840Z    Compiling spin v0.10.0
2026-07-26T22:34:20.4560834Z    Compiling futures-lite v2.6.1
2026-07-26T22:34:20.5036935Z    Compiling ed25519 v2.2.3
2026-07-26T22:34:20.5210720Z    Compiling cipher v0.4.4
2026-07-26T22:34:20.5342878Z    Compiling netlink-packet-core v0.8.1
2026-07-26T22:34:20.5416155Z    Compiling universal-hash v0.5.1
2026-07-26T22:34:20.5519347Z    Compiling digest v0.11.3
2026-07-26T22:34:20.6431186Z    Compiling futures-buffered v0.2.13
2026-07-26T22:34:20.6538538Z    Compiling vergen-lib v0.1.6
2026-07-26T22:34:20.6659324Z    Compiling vergen v9.1.0
2026-07-26T22:34:20.7209844Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-26T22:34:20.7401148Z    Compiling heapless v0.7.17
2026-07-26T22:34:20.7510685Z    Compiling noq-udp v0.10.0
2026-07-26T22:34:20.7608913Z    Compiling sync_wrapper v1.0.2
2026-07-26T22:34:20.8141039Z    Compiling opaque-debug v0.3.1
2026-07-26T22:34:20.8370336Z    Compiling allocator-api2 v0.2.21
2026-07-26T22:34:20.8571240Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-26T22:34:20.8572592Z    Compiling byteorder v1.5.0
2026-07-26T22:34:20.8730839Z    Compiling polyval v0.6.2
2026-07-26T22:34:20.9380690Z    Compiling aws-lc-sys v0.41.0
2026-07-26T22:34:20.9715489Z    Compiling ring v0.17.14
2026-07-26T22:34:21.0080527Z    Compiling libsqlite3-sys v0.30.1
2026-07-26T22:34:21.0540867Z    Compiling hash32 v0.2.1
2026-07-26T22:34:21.1370566Z    Compiling spin v0.9.8
2026-07-26T22:34:21.1742454Z    Compiling vergen-gitcl v1.0.8
2026-07-26T22:34:21.1820766Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-26T22:34:21.2147680Z    Compiling num_threads v0.1.7
2026-07-26T22:34:21.2287511Z    Compiling signature v3.0.0
2026-07-26T22:34:21.2593803Z    Compiling fallible-iterator v0.3.0
2026-07-26T22:34:21.2743062Z    Compiling ryu v1.0.23
2026-07-26T22:34:21.3461829Z    Compiling tower-layer v0.3.3
2026-07-26T22:34:21.3695701Z    Compiling time v0.3.47
2026-07-26T22:34:21.3830148Z    Compiling ghash v0.5.1
2026-07-26T22:34:21.4010871Z    Compiling ctr v0.9.2
2026-07-26T22:34:21.4871270Z    Compiling aes v0.8.4
2026-07-26T22:34:21.4979157Z    Compiling sha2 v0.11.0-rc.5
2026-07-26T22:34:21.5298816Z    Compiling fs2 v0.4.3
2026-07-26T22:34:21.6250659Z    Compiling http-body-util v0.1.3
2026-07-26T22:34:21.6440365Z    Compiling aead v0.5.2
2026-07-26T22:34:21.7227485Z    Compiling arrayvec v0.7.6
2026-07-26T22:34:21.7353217Z    Compiling openssl-probe v0.2.1
2026-07-26T22:34:21.7659627Z    Compiling utf8parse v0.2.2
2026-07-26T22:34:21.8376149Z    Compiling crossbeam-channel v0.5.15
2026-07-26T22:34:21.8670410Z    Compiling crossbeam-epoch v0.9.18
2026-07-26T22:34:21.9130739Z    Compiling blake3 v1.8.5
2026-07-26T22:34:21.9535262Z    Compiling netlink-packet-route v0.29.0
2026-07-26T22:34:21.9574588Z    Compiling memoffset v0.6.5
2026-07-26T22:34:22.1536083Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-26T22:34:22.1740539Z    Compiling aes-gcm v0.10.3
2026-07-26T22:34:22.2055301Z    Compiling acto v0.8.2
2026-07-26T22:34:22.2330550Z    Compiling netwatch v0.16.0
2026-07-26T22:34:22.2950905Z    Compiling noq v0.18.0
2026-07-26T22:34:22.3470500Z    Compiling thiserror v1.0.69
2026-07-26T22:34:22.4005723Z    Compiling sorted-index-buffer v0.2.1
2026-07-26T22:34:22.4223160Z    Compiling xml-rs v0.8.28
2026-07-26T22:34:22.4880574Z    Compiling ref-cast v1.0.25
2026-07-26T22:34:22.5330722Z    Compiling tagptr v0.2.0
2026-07-26T22:34:22.5750719Z    Compiling identity-hash v0.1.0
2026-07-26T22:34:22.5879409Z    Compiling mac-addr v0.3.0
2026-07-26T22:34:22.6461230Z    Compiling foldhash v0.2.0
2026-07-26T22:34:22.6830435Z    Compiling lru-slab v0.1.2
2026-07-26T22:34:22.6922493Z    Compiling rustc-hash v2.1.2
2026-07-26T22:34:22.7989596Z    Compiling rustix v1.1.4
2026-07-26T22:34:22.8003326Z    Compiling hashbrown v0.16.1
2026-07-26T22:34:22.8372223Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-26T22:34:22.8969949Z    Compiling netlink-packet-route v0.30.0
2026-07-26T22:34:23.0974079Z    Compiling synstructure v0.13.2
2026-07-26T22:34:23.1779271Z    Compiling darling_core v0.20.11
2026-07-26T22:34:23.3013264Z    Compiling xmltree v0.10.3
2026-07-26T22:34:23.4530692Z    Compiling serde_derive_internals v0.29.1
2026-07-26T22:34:23.5250561Z    Compiling errno v0.3.14
2026-07-26T22:34:23.5840554Z    Compiling ioctl-rs v0.1.6
2026-07-26T22:34:23.6451130Z    Compiling serial-core v0.4.0
2026-07-26T22:34:23.6743641Z    Compiling proc-macro-crate v3.5.0
2026-07-26T22:34:23.6744998Z    Compiling termios v0.2.2
2026-07-26T22:34:23.8244372Z    Compiling aho-corasick v1.1.4
2026-07-26T22:34:23.8315409Z    Compiling simple-dns v0.9.3
2026-07-26T22:34:23.8334960Z    Compiling toml_write v0.1.2
2026-07-26T22:34:23.8760676Z    Compiling resolv-conf v0.7.6
2026-07-26T22:34:24.0210548Z    Compiling arrayref v0.3.9
2026-07-26T22:34:24.0390559Z    Compiling winnow v0.7.15
2026-07-26T22:34:24.0890075Z    Compiling constant_time_eq v0.4.2
2026-07-26T22:34:24.1889314Z    Compiling sha1_smol v1.0.1
2026-07-26T22:34:24.2368432Z    Compiling linux-raw-sys v0.12.1
2026-07-26T22:34:24.2608051Z    Compiling smol_str v0.1.24
2026-07-26T22:34:24.2740067Z    Compiling signal-hook v0.3.18
2026-07-26T22:34:24.4118835Z    Compiling regex-syntax v0.8.10
2026-07-26T22:34:24.4181961Z    Compiling simdutf8 v0.1.5
2026-07-26T22:34:24.4871161Z    Compiling serial-unix v0.4.0
2026-07-26T22:34:24.6460649Z    Compiling signal-hook-registry v1.4.8
2026-07-26T22:34:24.7355647Z    Compiling lru v0.16.4
2026-07-26T22:34:24.7419208Z    Compiling darling_core v0.23.0
2026-07-26T22:34:24.9570892Z    Compiling serde_bytes v0.11.19
2026-07-26T22:34:25.0287511Z    Compiling seize v0.5.1
2026-07-26T22:34:25.0380180Z    Compiling serde_derive v1.0.228
2026-07-26T22:34:25.1448208Z    Compiling zeroize_derive v1.4.3
2026-07-26T22:34:25.1910601Z    Compiling tokio-macros v2.7.0
2026-07-26T22:34:25.4861380Z    Compiling zerofrom-derive v0.1.7
2026-07-26T22:34:25.7124103Z    Compiling zeroize v1.8.2
2026-07-26T22:34:25.8994036Z    Compiling futures-macro v0.3.32
2026-07-26T22:34:25.9171159Z    Compiling tokio v1.52.3
2026-07-26T22:34:26.2190920Z    Compiling yoke-derive v0.8.2
2026-07-26T22:34:26.5428650Z    Compiling zerovec-derive v0.11.3
2026-07-26T22:34:26.6114474Z    Compiling displaydoc v0.2.6
2026-07-26T22:34:26.7390797Z    Compiling tracing-attributes v0.1.31
2026-07-26T22:34:26.8311037Z    Compiling futures-util v0.3.32
2026-07-26T22:34:27.0680715Z    Compiling zerofrom v0.1.8
2026-07-26T22:34:27.1760447Z    Compiling rustls-pki-types v1.14.1
2026-07-26T22:34:27.4020146Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-26T22:34:27.5178701Z    Compiling thiserror-impl v2.0.18
2026-07-26T22:34:27.6030382Z    Compiling yoke v0.8.3
2026-07-26T22:34:27.8000701Z    Compiling zerotrie v0.2.4
2026-07-26T22:34:28.1100539Z    Compiling darling_macro v0.20.11
2026-07-26T22:34:28.1185802Z    Compiling zerovec v0.11.6
2026-07-26T22:34:28.1900790Z    Compiling derive_more-impl v2.1.1
2026-07-26T22:34:28.2961221Z    Compiling spez v0.1.2
2026-07-26T22:34:28.4670620Z    Compiling n0-error-macros v0.1.3
2026-07-26T22:34:28.4840755Z    Compiling darling v0.20.11
2026-07-26T22:34:28.5490893Z    Compiling derive_builder_core v0.20.2
2026-07-26T22:34:28.7200500Z    Compiling der v0.8.0-rc.10
2026-07-26T22:34:28.7730673Z    Compiling pin-project-internal v1.1.13
2026-07-26T22:34:28.9120583Z    Compiling tinystr v0.8.3
2026-07-26T22:34:29.1434145Z    Compiling icu_locale_core v2.2.0
2026-07-26T22:34:29.2420744Z    Compiling potential_utf v0.1.5
2026-07-26T22:34:29.4233683Z    Compiling icu_collections v2.2.0
2026-07-26T22:34:29.6610588Z    Compiling n0-error v0.1.3
2026-07-26T22:34:29.9780385Z    Compiling derive_builder_macro v0.20.2
2026-07-26T22:34:30.0258178Z    Compiling ed25519-dalek v2.2.0
2026-07-26T22:34:30.1250468Z    Compiling spki v0.8.0-rc.4
2026-07-26T22:34:30.1619072Z    Compiling pin-project v1.1.13
2026-07-26T22:34:30.3150632Z    Compiling ipnet v2.12.0
2026-07-26T22:34:30.3291472Z    Compiling derive_builder v0.20.2
2026-07-26T22:34:30.3529805Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-26T22:34:30.4570545Z    Compiling icu_provider v2.2.0
2026-07-26T22:34:30.5450641Z    Compiling futures-executor v0.3.32
2026-07-26T22:34:30.5710666Z    Compiling ed25519 v3.0.0-rc.4
2026-07-26T22:34:30.7390676Z    Compiling prefix-trie v0.8.4
2026-07-26T22:34:30.8047323Z    Compiling icu_normalizer v2.2.0
2026-07-26T22:34:30.8581270Z    Compiling icu_properties v2.2.0
2026-07-26T22:34:30.8780706Z    Compiling futures v0.3.32
2026-07-26T22:34:30.9476780Z    Compiling once_cell v1.21.4
2026-07-26T22:34:30.9785956Z    Compiling spt-proto v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-26T22:34:31.1400455Z    Compiling cobs v0.3.0
2026-07-26T22:34:31.2037950Z    Compiling tracing-core v0.1.36
2026-07-26T22:34:31.3349530Z    Compiling postcard-derive v0.2.2
2026-07-26T22:34:31.3646153Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-26T22:34:31.5785982Z    Compiling hashbrown v0.14.5
2026-07-26T22:34:31.6960358Z    Compiling tracing v0.1.44
2026-07-26T22:34:31.7690647Z    Compiling data-encoding-macro v0.1.20
2026-07-26T22:34:31.7993225Z    Compiling rustls-native-certs v0.8.4
2026-07-26T22:34:31.8277403Z    Compiling tokio-util v0.7.18
2026-07-26T22:34:31.9160469Z    Compiling netlink-sys v0.8.8
2026-07-26T22:34:32.0582332Z    Compiling postcard v1.1.3
2026-07-26T22:34:32.2170630Z    Compiling tower v0.5.3
2026-07-26T22:34:32.2840778Z    Compiling strum_macros v0.28.0
2026-07-26T22:34:32.3776589Z    Compiling hashlink v0.9.1
2026-07-26T22:34:32.3881675Z    Compiling iroh-metrics-derive v0.4.1
2026-07-26T22:34:32.5046975Z    Compiling idna_adapter v1.2.2
2026-07-26T22:34:32.5969232Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-26T22:34:32.6227591Z    Compiling idna v1.1.0
2026-07-26T22:34:32.6311575Z    Compiling derive_more v2.1.1
2026-07-26T22:34:32.6362306Z    Compiling enum-assoc v1.3.0
2026-07-26T22:34:32.7900659Z    Compiling num_enum_derive v0.7.6
2026-07-26T22:34:32.8033668Z    Compiling async-trait v0.1.89
2026-07-26T22:34:32.8361662Z    Compiling iroh-relay v0.98.0
2026-07-26T22:34:32.9024211Z    Compiling h2 v0.4.14
2026-07-26T22:34:32.9247261Z    Compiling iroh-metrics v0.38.3
2026-07-26T22:34:33.0490541Z    Compiling n0-watcher v0.6.1
2026-07-26T22:34:33.0730728Z    Compiling url v2.5.8
2026-07-26T22:34:33.1220879Z    Compiling tokio-stream v0.1.18
2026-07-26T22:34:33.1522160Z    Compiling netdev v0.42.0
2026-07-26T22:34:33.3486863Z    Compiling rusqlite v0.32.1
2026-07-26T22:34:33.3488652Z    Compiling netlink-proto v0.12.0
2026-07-26T22:34:33.3820615Z    Compiling moka v0.12.15
2026-07-26T22:34:33.5580486Z    Compiling toml_datetime v0.6.11
2026-07-26T22:34:33.6291730Z    Compiling serde_spanned v0.6.9
2026-07-26T22:34:33.7730302Z    Compiling thiserror-impl v1.0.69
2026-07-26T22:34:33.8080001Z    Compiling ref-cast-impl v1.0.25
2026-07-26T22:34:33.8395914Z    Compiling toml_edit v0.22.27
2026-07-26T22:34:33.8760888Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-26T22:34:33.8900702Z    Compiling attohttpc v0.30.1
2026-07-26T22:34:33.9671371Z    Compiling iroh-base v0.98.0
2026-07-26T22:34:34.0465626Z    Compiling num_enum v0.7.6
2026-07-26T22:34:34.1340424Z    Compiling tower-http v0.6.11
2026-07-26T22:34:34.5899530Z    Compiling webpki-roots v1.0.7
2026-07-26T22:34:34.6458510Z    Compiling spt-store v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-26T22:34:34.6951824Z    Compiling regex-automata v0.4.14
2026-07-26T22:34:34.7081002Z    Compiling schemars_derive v1.2.1
2026-07-26T22:34:34.7925922Z    Compiling hmac v0.12.1
2026-07-26T22:34:34.9012881Z    Compiling iroh v0.98.2
2026-07-26T22:34:34.9420496Z    Compiling pin-utils v0.1.0
2026-07-26T22:34:35.0012749Z    Compiling bitflags v1.3.2
2026-07-26T22:34:35.1127772Z    Compiling cmov v0.5.4
2026-07-26T22:34:35.1431521Z    Compiling rustix v0.38.44
2026-07-26T22:34:35.2200396Z    Compiling strum v0.28.0
2026-07-26T22:34:35.2910677Z    Compiling dyn-clone v1.0.20
2026-07-26T22:34:35.3700988Z    Compiling iroh-dns v0.98.0
2026-07-26T22:34:35.3980685Z    Compiling ctutils v0.4.2
2026-07-26T22:34:35.4281809Z    Compiling filedescriptor v0.8.3
2026-07-26T22:34:35.4301398Z    Compiling nix v0.25.1
2026-07-26T22:34:35.4449549Z    Compiling hkdf v0.12.4
2026-07-26T22:34:35.5860467Z    Compiling backon v1.6.0
2026-07-26T22:34:35.6040610Z    Compiling darling_macro v0.23.0
2026-07-26T22:34:35.6461720Z    Compiling papaya v0.2.4
2026-07-26T22:34:35.8460304Z    Compiling serial v0.4.0
2026-07-26T22:34:35.9121037Z    Compiling anstyle-parse v1.0.0
2026-07-26T22:34:35.9262391Z    Compiling vte_generate_state_changes v0.1.2
2026-07-26T22:34:35.9456770Z    Compiling colorchoice v1.0.5
2026-07-26T22:34:35.9847528Z    Compiling linux-raw-sys v0.4.15
2026-07-26T22:34:36.0120720Z    Compiling downcast-rs v1.2.1
2026-07-26T22:34:36.0797724Z    Compiling anstyle-query v1.1.5
2026-07-26T22:34:36.0840838Z    Compiling shell-words v1.1.1
2026-07-26T22:34:36.1251266Z    Compiling instability v0.3.12
2026-07-26T22:34:36.1728094Z    Compiling foldhash v0.1.5
2026-07-26T22:34:36.1940727Z    Compiling is_terminal_polyfill v1.70.2
2026-07-26T22:34:36.2220989Z    Compiling anstyle v1.0.14
2026-07-26T22:34:36.2365403Z    Compiling unicode-width v0.2.0
2026-07-26T22:34:36.2570112Z    Compiling vte v0.13.1
2026-07-26T22:34:36.2800780Z    Compiling darling v0.23.0
2026-07-26T22:34:36.2950577Z    Compiling toml v0.8.23
2026-07-26T22:34:36.3611047Z    Compiling hashbrown v0.15.5
2026-07-26T22:34:36.4283372Z    Compiling anstream v1.0.0
2026-07-26T22:34:36.4921619Z    Compiling signal-hook-mio v0.2.5
2026-07-26T22:34:36.5387129Z    Compiling spake2 v0.4.0
2026-07-26T22:34:36.6360332Z    Compiling terminal_size v0.4.4
2026-07-26T22:34:36.7670896Z    Compiling strum_macros v0.26.4
2026-07-26T22:34:36.9206864Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-26T22:34:36.9307212Z    Compiling sha1 v0.10.6
2026-07-26T22:34:36.9869285Z    Compiling schemars v1.2.1
2026-07-26T22:34:37.1941011Z    Compiling itertools v0.13.0
2026-07-26T22:34:37.2376423Z    Compiling castaway v0.2.4
2026-07-26T22:34:37.3561588Z    Compiling doctest-file v1.1.1
2026-07-26T22:34:37.4419563Z    Compiling unicode-width v0.1.14
2026-07-26T22:34:37.4462971Z    Compiling static_assertions v1.1.0
2026-07-26T22:34:37.5160335Z    Compiling regex v1.12.3
2026-07-26T22:34:37.6217608Z    Compiling indoc v2.0.7
2026-07-26T22:34:37.7580479Z    Compiling clap_lex v1.1.0
2026-07-26T22:34:37.8565002Z    Compiling interprocess v2.4.2
2026-07-26T22:34:38.0190685Z    Compiling clap_builder v4.6.0
2026-07-26T22:34:38.2130589Z    Compiling compact_str v0.8.2
2026-07-26T22:34:38.7289485Z    Compiling hyper v1.10.1
2026-07-26T22:34:38.8030529Z    Compiling crossterm v0.28.1
2026-07-26T22:34:39.2838486Z    Compiling spt-msg v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-26T22:34:39.3031281Z    Compiling strum v0.26.3
2026-07-26T22:34:39.3279855Z    Compiling unicode-truncate v1.1.0
2026-07-26T22:34:39.3387853Z    Compiling lru v0.12.5
2026-07-26T22:34:39.3659991Z    Compiling clap_derive v4.6.1
2026-07-26T22:34:39.4390948Z    Compiling cassowary v0.3.0
2026-07-26T22:34:39.5020905Z    Compiling iana-time-zone v0.1.65
2026-07-26T22:34:39.5120388Z    Compiling nucleo-matcher v0.3.1
2026-07-26T22:34:39.6557146Z    Compiling portable-pty v0.8.1
2026-07-26T22:34:39.8624226Z    Compiling spt-runtime v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-26T22:34:39.8696615Z    Compiling ratatui v0.29.0
2026-07-26T22:34:40.1891038Z    Compiling spt-term v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-26T22:34:40.2965242Z    Compiling chrono v0.4.45
2026-07-26T22:34:40.4981740Z    Compiling hyper-util v0.1.20
2026-07-26T22:34:40.6299565Z    Compiling qrcode v0.14.1
2026-07-26T22:34:40.9289664Z    Compiling tempfile v3.27.0
2026-07-26T22:34:41.7854370Z    Compiling clap v4.6.1
2026-07-26T22:34:42.4725386Z    Compiling igd-next v0.17.1
2026-07-26T22:34:43.1334616Z    Compiling spt-live v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-26T22:34:43.7451267Z    Compiling portmapper v0.16.0
2026-07-26T22:34:48.9316933Z    Compiling rustls-webpki v0.103.13
2026-07-26T22:34:51.3055228Z    Compiling tokio-rustls v0.26.4
2026-07-26T22:34:51.3055666Z    Compiling noq-proto v0.17.0
2026-07-26T22:34:51.3055975Z    Compiling rustls-platform-verifier v0.7.0
2026-07-26T22:34:51.4462017Z    Compiling hickory-net v0.26.0-beta.4
2026-07-26T22:34:51.4462851Z    Compiling hyper-rustls v0.27.9
2026-07-26T22:34:51.4463591Z    Compiling tokio-websockets v0.13.2
2026-07-26T22:34:51.5732625Z    Compiling reqwest v0.13.4
2026-07-26T22:34:52.4946238Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-26T22:35:06.5742704Z    Compiling spt-net v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-26T22:35:08.1062386Z    Compiling spt-daemon v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-26T22:35:17.6639882Z    Compiling spt v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-26T22:35:22.6782245Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-26T22:35:22.7005211Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-0764f7c01e9cae27)
2026-07-26T22:35:22.7018344Z 
2026-07-26T22:35:22.7018619Z running 1 test
2026-07-26T22:35:28.7892897Z test new_brain_serves_against_old_broker ... ok
2026-07-26T22:35:28.7893336Z 
2026-07-26T22:35:28.7893594Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-26T22:35:28.7893966Z 
